From: Debian Wine Party Date: Sun, 13 Mar 2022 04:27:41 +0000 (+0000) Subject: avoid modifications to po files that are under version control X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~4^2~20 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=31cf13a60d9e95856a7a101ba062aa2d96717dfd;p=wine.git avoid modifications to po files that are under version control Gbp-Pq: Topic disable Gbp-Pq: Name po-modifications.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index 18cbd6a..011d9d2 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2697,11 +2697,6 @@ static void output_po_files( const struct makefile *make ) if (linguas.count) { - for (i = 0; i < linguas.count; i++) - output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] )); - output( ": %s/wine.pot\n", po_dir ); - output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n", - cmd_prefix( "MSG" ), po_dir ); output( "po:" ); for (i = 0; i < linguas.count; i++) output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));